Opc.Ua.Security.Certificates
X509AuthorityKeyIdentifierExtension Constructor(Byte[])



Opc.Ua.Security.Certificates Namespace > X509AuthorityKeyIdentifierExtension Class > X509AuthorityKeyIdentifierExtension Constructor : X509AuthorityKeyIdentifierExtension Constructor(Byte[])
The subject key identifier
Build the X509 Authority Key extension.
Syntax
'Declaration
 
Public Function New( _
   ByVal subjectKeyIdentifier() As Byte _
)
'Usage
 
Dim subjectKeyIdentifier() As Byte
 
Dim instance As New X509AuthorityKeyIdentifierExtension(subjectKeyIdentifier)
public X509AuthorityKeyIdentifierExtension( 
   byte[] subjectKeyIdentifier
)
public:
X509AuthorityKeyIdentifierExtension( 
   array<byte>^ subjectKeyIdentifier
)

Parameters

subjectKeyIdentifier
The subject key identifier
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509AuthorityKeyIdentifierExtension Class
X509AuthorityKeyIdentifierExtension Members
Overload List